cody - HTMLify profile

cody
4270 Files
632702 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/103 - Word Definition
const container = document.querySelector(".container"),
searchInput = container.querySelector("input"),
sound = document.getElementById("sound");
(infoText = container.querySelector(".info-text")),
(removeIcon = container.querySelector(".search span"));
let audio;
function data(result, word) {
searchInput = container.querySelector("input"),
sound = document.getElementById("sound");
(infoText = container.querySelector(".info-text")),
(removeIcon = container.querySelector(".search span"));
let audio;
function data(result, word) {
<hr>
**### Word Definition**
_The Word Definition app will show the definition of the following words._
<hr>
**### Word Definition**
_The Word Definition app will show the definition of the following words._
<hr>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300;1,400;1,500&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
--webkit-font-smoothing: antialiased;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
--webkit-font-smoothing: antialiased;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style.css" />
<link
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style.css" />
<link